home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1995.rar / 1995 / DEC / DI9512SS / region1.dfm / region1.txt
Text File  |  1995-10-18  |  2KB  |  103 lines

  1. object Form1: TForm1
  2.   Left = 140
  3.   Top = 106
  4.   Width = 453
  5.   Height = 373
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15.   object Bevel1: TBevel
  16.     Left = 58
  17.     Top = 252
  18.     Width = 291
  19.     Height = 25
  20.   end
  21.   object Label1: TLabel
  22.     Left = 64
  23.     Top = 256
  24.     Width = 3
  25.     Height = 13
  26.   end
  27.   object Label2: TLabel
  28.     Left = 4
  29.     Top = 256
  30.     Width = 49
  31.     Height = 19
  32.     Caption = 'Mouse:'
  33.   end
  34.   object Bevel2: TBevel
  35.     Left = 357
  36.     Top = 244
  37.     Width = 81
  38.     Height = 49
  39.   end
  40.   object ScrollBox1: TScrollBox
  41.     Left = 12
  42.     Top = 8
  43.     Width = 405
  44.     Height = 233
  45.     TabOrder = 0
  46.     object Image1: TImage
  47.       Left = 0
  48.       Top = 0
  49.       Width = 403
  50.       Height = 231
  51.       Align = alClient
  52.       OnMouseDown = Image1MouseDown
  53.     end
  54.   end
  55.   object ButtonEllipse: TButton
  56.     Left = 16
  57.     Top = 300
  58.     Width = 121
  59.     Height = 29
  60.     Caption = 'Elliptic Regions'
  61.     TabOrder = 1
  62.     OnClick = ButtonEllipseClick
  63.   end
  64.   object ButtonPolygon: TButton
  65.     Left = 148
  66.     Top = 300
  67.     Width = 125
  68.     Height = 29
  69.     Caption = 'Polygon Regions'
  70.     TabOrder = 2
  71.     OnClick = ButtonPolygonClick
  72.   end
  73.   object ButtonRectangle: TButton
  74.     Left = 284
  75.     Top = 300
  76.     Width = 133
  77.     Height = 29
  78.     Caption = 'Rectangle Regions'
  79.     TabOrder = 3
  80.     OnClick = ButtonRectangleClick
  81.   end
  82.   object RadioButtonShow: TRadioButton
  83.     Left = 358
  84.     Top = 248
  85.     Width = 65
  86.     Height = 17
  87.     Caption = 'Show'
  88.     Checked = True
  89.     TabOrder = 4
  90.     TabStop = True
  91.     OnClick = ShowOrHide
  92.   end
  93.   object RadioButtonHide: TRadioButton
  94.     Left = 358
  95.     Top = 272
  96.     Width = 69
  97.     Height = 17
  98.     Caption = 'Hide'
  99.     TabOrder = 5
  100.     OnClick = ShowOrHide
  101.   end
  102. end
  103.